finders

Namespace

canopy

Nested types and modules

TypeDescription
#ByJQuery

Functions and values

Function or valueSignatureDescription
#addedHintsDictionary<string,string list>
#defaultFindersstring -> (By -> ReadOnlyCollection<IWebElement>) -> IWebDriver -> seq<IWebElement list>
#findByCss cssSelector f arg3cssSelector:string -> f:(By -> ReadOnlyCollection<IWebElement>) -> IWebDriver -> IWebElement list
#findByJQuery jquerySelector f browserjquerySelector:string -> f:(By -> 'a) -> browser:IWebDriver -> 'b list
#findByLabel locator f arg3locator:string -> f:(By -> 'a) -> IWebDriver -> IWebElement list
#findByNormalizeSpaceText text f arg3text:string -> f:(By -> '?20759) -> IWebDriver -> '?20760 list
#findByText text f arg3text:string -> f:(By -> 'a) -> IWebDriver -> 'b list
#findByValue value f browservalue:string -> f:(By -> ReadOnlyCollection<IWebElement>) -> browser:IWebDriver -> IWebElement list
#findByXpath xpath f arg3xpath:string -> f:(By -> 'a) -> IWebDriver -> 'b list
#hintsDictionary<string,seq<(string -> (By -> ReadOnlyCollection<IWebElement>) -> IWebDriver -> IWebElement list)>>